home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / etc / acpi / resume.d / 55-screen.sh < prev    next >
Encoding:
Linux/UNIX/POSIX Shell Script  |  2009-03-27  |  103 b   |  8 lines

  1. #!/bin/sh
  2.  
  3. # And make sure that the screen is on
  4. if [ x$USE_DPMS = xtrue ]; then
  5.   vbetool dpms on
  6. fi
  7.  
  8.